home *** CD-ROM | disk | FTP | other *** search
- object readmetxt: Treadmetxt
- Left = 220
- Top = 155
- BorderStyle = bsDialog
- Caption = 'CrashCourse Text Reader'
- ClientHeight = 331
- ClientWidth = 331
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 329
- Height = 297
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 1
- end
- object Button1: TButton
- Left = 256
- Top = 304
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
-